Update all non-major dependencies - #40
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 7, 2025 09:49
952b79b to
3870a19
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
13 times, most recently
from
August 13, 2025 18:32
7b57eaf to
d1688f2
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
15 times, most recently
from
August 20, 2025 17:02
834c705 to
baed97a
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
10 times, most recently
from
August 27, 2025 22:28
4329487 to
4ead97d
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
August 31, 2025 11:07
ba02ca0 to
5839898
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 6, 2025 10:52
5839898 to
591b934
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 6, 2025 11:05
591b934 to
9b756b4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.1.2->7.2.32.27.1->2.37.16.1.0->6.1.424.2.0->24.3.12.9.2->2.9.6==3.10.5->==3.10.61.54.2->1.55.03.11.13->3.13.7==3.11.13->==3.13.75.38.0->5.38.766.4.1->66.5.07.0.6->7.1.44.28.0->4.34.0Release Notes
sveltejs/kit (@sveltejs/adapter-cloudflare)
v7.2.3Compare Source
Patch Changes
read(...)fails (#14306)v7.2.2Compare Source
Patch Changes
chore: update error message link to the Workers Sites migration guide (#14237)
Updated dependencies [
b2c5d02,0bf6185,b2c5d02,c5f7139]:v7.2.1Compare Source
Patch Changes
fix: avoid erroring on builder properties that only exist on the latest version of SvelteKit (#14233)
Updated dependencies [
f2db41c]:v7.2.0Compare Source
Minor Changes
instrumentation.server.tsfor tracing and observability setup (#13899)Patch Changes
f635678,f635678]:v7.1.3Compare Source
Patch Changes
chore: add
.gitto the end ofpackage.jsonrepository url (#14134)Updated dependencies [
c968aef]:sveltejs/kit (@sveltejs/kit)
v2.37.1Compare Source
Patch Changes
fix: serialize server
loaddata before passing to universalload, to handle mutations and promises (#14298)fix: resolve_route prevent dropping a trailing slash of id (#14294)
fix: assign correct status code to form submission error on the client (#14345)
fix: un-proxy
form.result(#14346)v2.37.0Compare Source
Minor Changes
feat: automatically resolve
query.refresh()promises on the server (#14332)feat: allow query.set() to be called on the server (#14304)
Patch Changes
fix: disable CSRF checks in dev (#14335)
fix: allow redirects to external URLs from within form functions (#14329)
fix: add type definitions for
query.set()method to override the value of a remote query function (#14303)fix: ensure uniqueness of
form.for(...)across form functions (#14327)v2.36.3Compare Source
Patch Changes
fix: bump devalue (#14323)
chore: consolidate dev checks to use
esm-envinstead of a__SVELTEKIT_DEV__global (#14308)fix: reset form inputs by default when using remote form functions (#14322)
v2.36.2Compare Source
Patch Changes
chore: make config deprecation warnings more visible (#14281)
chore: remove redundant Not Found error message (#14289)
chore: deprecate
csrf.checkOriginin favour ofcsrf.trustedOrigins: ['*'](#14281)v2.36.1Compare Source
Patch Changes
$app/navigationworks in test files (#14195)v2.36.0Compare Source
Minor Changes
csrf.trustedOriginsconfiguration (#14021)Patch Changes
fix: correctly decode custom types streamed from a server load function (#14261)
fix: add trailing slash pathname when generating typed routes (#14065)
v2.35.0Compare Source
Minor Changes
Patch Changes
v2.34.1Compare Source
Patch Changes
fix: support multiple cookies with the same name across different paths and domains (
b2c5d02)fix: add link header when preloading font (#14200)
fix:
cookies.get(...)returnsundefinedfor a just-deleted cookie (b2c5d02)fix: load env before prerender (
c5f7139)v2.34.0Compare Source
Minor Changes
envaccess during prerender (#14243)Patch Changes
fix: clone
fetchresponses so that headers are mutable (#13942)fix: serialize server
loaddata before passing to universalload, to handle mutations (#14268)fix: allow
asset(...)to be used with imported assets (#14270)v2.33.1Compare Source
Patch Changes
fix: make paths in .css assets relative (#14262)
fix: avoid copying SSR stylesheets to client assets (#13069)
v2.33.0Compare Source
Minor Changes
Patch Changes
fix: use correct flag for server tracing (#14250)
fix: correct type names for new
handleUnseenRoutesoption (#14254)chore: Better docs and error message for missing
@opentelemetry/apidependency (#14250)v2.32.0Compare Source
Minor Changes
response.bodystream data as base64 in page (#11473)Patch Changes
.remote.tsfiles are used without theexperimental.remoteFunctionsflag (#14225)v2.31.1Compare Source
Patch Changes
v2.31.0Compare Source
Minor Changes
feat: OpenTelemetry tracing for
handle,sequence, form actions, remote functions, andloadfunctions running on the server (#13899)feat: add
instrumentation.server.tsfor tracing and observability setup (#13899)v2.30.1Compare Source
Patch Changes
$app/typesin a more Typescript-friendly way (#14207)v2.30.0Compare Source
Minor Changes
svelte.config.js(#13578)Patch Changes
fix: ensure buttonProps.enhance works on buttons with nested text (#14199)
fix: pass validation issues specifically to avoid non-enumerable spreading error (#14197)
v2.29.1Compare Source
Patch Changes
v2.29.0Compare Source
Minor Changes
kit.files.srcoption (#14152)Patch Changes
fix: don't treat
$lib/server.tsor$lib/server_whatever.tsas server-only modules, only$lib/server/**(#14191)fix: make illegal server-only import errors actually useful (#14155)
chore: deprecate
config.kit.filesoptions (#14152)fix: avoid warning if page options in a Svelte file belongs to a comment (#14180)
v2.28.0Compare Source
Minor Changes
feat: add
RouteIdandRouteParamsto NavigationTarget interface (#14167)feat: add
pendingproperty to forms and commands (#14137)Patch Changes
fix:
fetchimported assets during prerender (#12201)chore: refactor redundant base64 encoding/decoding functions (#14160)
fix: use correct cache result when fetching same url multiple times (#12355)
fix: don't refresh queries automatically when running commands (#14170)
fix: avoid writing remote function bundle to disk when treeshaking prerendered queries (#14161)
v2.27.3Compare Source
Patch Changes
.gitto the end ofpackage.jsonrepository url (#14134)v2.27.2Compare Source
Patch Changes
fix: ensure
form()remote functions work when the app is configured to a single output (#14127)fix: use the configured base path when calling remote functions from the client (#14106)
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v6.1.4Compare Source
Patch Changes
fix: allow preprocess plugin to run twice (#1206)
fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#1203)
replace kleur dependency with builtin node:utils styleText (#1210)
v6.1.3Compare Source
Patch Changes
api.filterand deprecateapi.idFilterto avoid confusingfilter.id = idFilter.idassignments when used as hybrid filter in other plugins (#1199)v6.1.2Compare Source
Patch Changes
v6.1.1Compare Source
Patch Changes
build --watch(#1189)huntabyte/bits-ui (bits-ui)
v2.9.6Compare Source
Patch Changes
v2.9.5Compare Source
Patch Changes
fix(LinkPreview): add disabled state functionality (#1726)
fix: body scroll lock restoration (#1714)
v2.9.4Compare Source
Patch Changes
v2.9.3Compare Source
Patch Changes
matplotlib/matplotlib (matplotlib)
v3.10.6: REL: v3.10.6Compare Source
This is a bugfix release in the 3.10.x series.
Highlights from this release include:
microsoft/playwright (playwright)
v1.55.0Compare Source
python/cpython (python)
v3.13.7Compare Source
v3.13.6Compare Source
v3.13.5Compare Source
v3.13.4Compare Source
v3.13.3Compare Source
v3.13.2Compare Source
v3.13.1Compare Source
v3.13.0Compare Source
v3.12.11Compare Source
v3.12.10Compare Source
v3.12.9Compare Source
v3.12.8Compare Source
v3.12.7Compare Source
v3.12.6Compare Source
v3.12.5Compare Source
v3.12.4Compare Source
v3.12.3Compare Source
v3.12.2Compare Source
v3.12.1Compare Source
v3.12.0Compare Source
sveltejs/svelte (svelte)
v5.38.7Compare Source
Patch Changes
fix: replace
undefinedwithvoid(0)in CallExpressions (#16693)fix: ensure batch exists when resetting a failed boundary (#16698)
fix: place store setup inside async body (#16687)
v5.38.6Compare Source
Patch Changes
flushSyncwhile flushing effects (#16674)v5.38.5Compare Source
Patch Changes
v5.38.3Compare Source
Patch Changes
fix: ensure correct order of template effect values (#16655)
fix: allow async
{@​const}in more places (#16643)fix: properly catch top level await errors (#16619)
perf: prune effects without dependencies (#16625)
fix: only emit
for_await_track_reactivity_lossin async mode (#16644)v5.38.2Compare Source
Patch Changes
perf: run blocks eagerly during flush instead of aborting (#16631)
fix: don't clone non-proxies in
$inspect(#16617)fix: avoid recursion error when tagging circular references (#16622)
v5.38.1Compare Source
Patch Changes
fix: wrap
abortinwithout_reactive_context(#16570)fix: add
hintas a possible value forpopoverattribute (#16581)fix: skip effects inside dynamic component that is about to be destroyed (#16601)
unocss/unocss (unocss)
v66.5.0Compare Source
🚀 Features
🐞 Bug Fixes
mutipass- by @zyyv in #4891 (3587a)selectorNameby default related to #4882 - by @zyyv in #4882 (45ca1)containerskey in theme preflight close #4870 - by @zyyv in #4870 (84c69)space÷aligned with tw4 - by @Jungzl in #4879 (56e58)scalerule - by @Jungzl in #4881 (c8863)box-shadow&text-shadow&drop-shadowaligned with tw4 - by @Jungzl in #4888 (4e6c2)preset-typographyusage in svelte - by @zyyv in #4900 (79c71)@applyin grouping selectors - by @Jungzl in #4895 (30bcc)🏎 Performance
View changes on GitHub
v66.4.2Compare Source
🚀 Features
unoFunctionsoption with nested object expressions - by @julienbenac and @zyyv in #4852 (b21e5)nth-selectors - by @zojize and @zyyv in #4857 (61402)🐞 Bug Fixes
bg-gradient-- by @YunYouJun and @zyyv in #4848 (4241e)🏎 Performance
crypto.hashwhen available - by @Jungzl in #4860 (7fc36)View changes on GitHub
vitejs/vite (vite)
v7.1.4Compare Source
Bug Fixes
Miscellaneous Chores
Code Refactoring
minifyparameter fromfinalizeCss(#20701) (8099582)v7.1.3Compare Source
Features
generateCodeFrame(#20640) (1559577)Bug Fixes
Performance Improvements
resolveConfig(#20646) (f691f57)Miscellaneous Chores
Code Refactoring
importin worker threads (#20641) (530687a)Tests
checkNodeVersiontest (#20647) (731d3e6)v7.1.2Compare Source
Bug Fixes
[vite]prefixes to debug logs (#20595) (7cdef61)npm:prefix as a built-in module (#20558) (ab33803)Miscellaneous Chores
@jridgewell/remappingfrom@ampproject/remapping(#20577) (0a6048a)v7.1.1Compare Source
Bug Fixes
launch-editor-middleware(#20569) (826b394)Miscellaneous Chores
v7.1.0Compare Source
Features
generateCodeFrame(#20508) (e7d0b2a)Bug Fixes
image-setcontaining__VITE_ASSET__(#20520) (f1a2635)entryCssAssetFileNamesas an empty Set (#20542) (6a46cda)Tests
process.features(#20544) (856d3f0)cloudflare/workers-sdk (wrangler)
v4.34.0Compare Source
Minor Changes
#10478
cc47b51Thanks @danielrs! - Beta feature preview_urls is now disabled by default.This change makes preview_urls disabled by default when it's not provided, making
the feature opt-in instead of opt-out.
Patch Changes
#10489
6e8dd80Thanks @WalshyDev! - Allow Wrangler to upload 100,000 assets inline with the newly increased Workers Paid limit.#10517
7211609Thanks @edmundhung! - fix:wrangler vectorize list-vectors --jsonnow output valid json without an extra log line#10527
818ce22Thanks @vicb! - Bumpunenvto 2.0.0-rc.20The latest release include a fix for
node:ttydefault export.See the changelog for full details.
#10519
5d69df4Thanks @dario-piotrowicz! - Slightly improvewrangler init --from-dasherror message#10519
5d69df4Thanks @dario-piotrowicz! - Internally refactor diffing andwrangler init --from-dashlogic#10533
c22acc6Thanks @emily-shen! - If unset, containers.max_instances should default to 1 instead of 0.#10503
c0fad5fThanks @ichernetsky-cf! - Support setting container affinities#10515
c6a39f5Thanks @emily-shen! - fix: script should be accepted as a positional arg in theversions uploadcommandUpdated dependencies [
4cb3370,818ce22,cb22f5f,a565291]:v4.33.2[Compare Source](https://redirect.github.com/cloudfl
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.